golang.org/x/tools/internal/versions.gover.minor (field)
9 uses
golang.org/x/tools/internal/versions (current package)
gover.go#L20: minor string // decimal or ""
gover.go#L38: if c := cmpInt(vx.minor, vy.minor); c != 0 {
gover.go#L56: if v.minor == "" || v.major == "1" && v.minor == "0" {
gover.go#L59: return v.major + "." + v.minor
gover.go#L80: v.minor = "0"
gover.go#L91: v.minor, x, ok = cutInt(x[1:])
gover.go#L98: if cmpInt(v.minor, "21") < 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)